Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load configuration earlier from proper location #1501

Merged
merged 4 commits into from
Nov 16, 2023

Conversation

mosteo
Copy link
Member

@mosteo mosteo commented Nov 13, 2023

Configuration could be loaded from the default location even when using -c because of elaboration order.

This fixes #1496 and ensures it can't happen again as program error would be raised if we reintroduce the problem.

Also make sure it's impossible to use configuration before the proper path is
set.
@mosteo mosteo marked this pull request as ready for review November 13, 2023 21:03
@mosteo mosteo merged commit bfb9f6c into alire-project:master Nov 16, 2023
13 checks passed
@mosteo mosteo deleted the fix/config-loading branch November 16, 2023 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

-c global option doesn't load config as expected
2 participants